home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
system
/
ffg202.zip
/
DEMO_BAT.ZIP
/
NOTES.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-04-01
|
341b
|
9 lines
@echo off
echo Here is a listing of "NOTES" files. Note how /x is used to filter out
echo extraneous files that would otherwise match the pattern.
call presskey
:: Below is the same as:
:: ffg /p *:*nts*,*notes* /x*fonts*,*points*,*parents*,*hints*,*ments*,*clients*
echo on
ffg /p *:*[nt,note]s* /x*[fo,poi,hi,[par,m,cli,ag]e]nts*